Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
[email protected]
Minor Changes
#9509
0b2ba45Thanks @emily-shen! - feat: add static routing options via 'run_worker_first' to WranglerImplements the proposal noted here Proposal: Support for _routes.json in Workers with static assets #9143.
This is now usable in
wrangler devand in production - just specify the routes that should hit the worker first withrun_worker_firstin your Wrangler config. You can also omit certain paths with!negative rules.Patch Changes
#9475
931f467Thanks @edmundhung! - add hello world binding that serves as as an explanatory example.#9443
95eb47dThanks @dario-piotrowicz! - add mixed-mode support for mtls bindings@cloudflare/[email protected]
Minor Changes
#9510
590d69bThanks @jamesopstad! - Enhanced build support for Workers with assets.Assets that are imported in the entry Worker are now automatically moved to the client build output. This enables importing assets in your Worker and accessing them via the assets binding. See Static Asset Handling to find out about all the ways you can import assets in Vite.
Additionally, a broader range of build scenarios are now supported. These are:
publicdirectory assetspublicdirectory assetsPatch Changes
#9513
0e50072Thanks @jamesopstad! - Ensure that .dev.vars files cannot be accessed via the dev server or preview server.Updated dependencies [
1914b87,931f467,95eb47d,80b8bd9,95eb47d,9e4cd16,92305af,0b2ba45]:[email protected]
Minor Changes
#9509
0b2ba45Thanks @emily-shen! - feat: add static routing options via 'run_worker_first' to WranglerImplements the proposal noted here Proposal: Support for _routes.json in Workers with static assets #9143.
This is now usable in
wrangler devand in production - just specify the routes that should hit the worker first withrun_worker_firstin your Wrangler config. You can also omit certain paths with!negative rules.Patch Changes
#9507
1914b87Thanks @dario-piotrowicz! - slightly improve wrangler dev bindings loggingsimprove the bindings loggings by:
[connected]suffix for remote bindings#9475
931f467Thanks @edmundhung! - add hello world binding that serves as as an explanatory example.#9443
95eb47dThanks @dario-piotrowicz! - add workerName option to startMixedModeSession API#9541
80b8bd9Thanks @dario-piotrowicz! - make workers created withstartWorkerawait thereadypromise ondispose#9443
95eb47dThanks @dario-piotrowicz! - add mixed-mode support for mtls bindings#9515
9e4cd16Thanks @dario-piotrowicz! - make sure that remote binding errors are surfaced when using mixed (hybrid) mode#9516
92305afThanks @IRCody! - Reorder deploy output when deploying a container worker so the worker url is printed last and the worker triggers aren't deployed until the container has been built and deployed successfully.Updated dependencies [
931f467,95eb47d,0b2ba45]:[email protected]
Patch Changes
8d648e7Thanks @edmundhung! - update vitest version on hello-world and hello-world-with-assets templates@cloudflare/[email protected]
Patch Changes
931f467,95eb47d,0b2ba45]:@cloudflare/[email protected]
Patch Changes
#9439
8d648e7Thanks @edmundhung! - Add support for Vitest 3.2.xUpdated dependencies [
1914b87,931f467,95eb47d,80b8bd9,95eb47d,9e4cd16,92305af,0b2ba45]: